| ||||
summary: resource | method | detail: method |
Name | Description |
---|---|
data-transfer-usage | VPS data transfer usage. (Also happens to include a few other VPS stats). The data transfer usage currently takes a few seconds longer than the regular VPS status. So we split this data out so you only take the response time hit when you actually need the information. |
host-server | Change a VPS's host server. If the VPS is running it will move the VPS (may result in an IP address change). Moves typically take 5-10 minutes per GB of used file system space on the VPS. |
parameters | Change a VPS's resources like memory or disk size. Will force a VPS restart. And will update billing. |
reinstall | Reinstall a VPS. |
running-state | Change the running state to reboot a VPS. For example, set it to 'RUNNING' if you want to start a stopped VPS (else does nothing). e.g. |
Name | Description |
---|---|
GET /r/orders/order-{order-oid}-{domain}/vps | VPS stats (like current kernel name, whether console logins are enabled, whether backups are currently running , when the next backup will run, vps uptime, and VPS seconds used). It also returns host server info. e.g. |
DELETE /r/orders/order-{order-oid}-{domain}/vps | Do a shutdown and deletion of the server. Cancel the order. Issue a credit for any unused time. We will typically have access to the file system for a 'short' amount of time after the deletion. If you accidentally delete a server, or later change your mind, please contact support as soon as possible and we can often restore it to its original state. |
GET /r/orders/order-{order-oid}-{domain}/vpsVPS stats (like current kernel name, whether console logins are enabled, whether backups are currently running , when the next backup will run, vps uptime, and VPS seconds used). It also returns host server info. e.g. host load, host cpu information, uptime, xen version, and free (not necessarily the same thing as available!) resource like mem and disk space).
| ||
DELETE /r/orders/order-{order-oid}-{domain}/vpsDo a shutdown and deletion of the server. Cancel the order. Issue a credit for any unused time. We will typically have access to the file system for a 'short' amount of time after the deletion. If you accidentally delete a server, or later change your mind, please contact support as soon as possible and we can often restore it to its original state.
|
| ||||
summary: resource | method | detail: method |